home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch24 / 24fig02.wrl < prev    next >
Text File  |  1996-09-23  |  362b  |  22 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.     # Sound emitter
  8.         Sound {
  9.             source AudioClip {
  10.                 url "willow1.wav"
  11.                 loop TRUE
  12.             }
  13.             minFront 5.0
  14.             minBack  5.0
  15.             maxFront 10.0
  16.             maxBack  10.0
  17.         },
  18.     # Sound emitter markers
  19.         Inline { url "sndmark.wrl" }
  20.     ]
  21. }
  22.